From: Debian Science Maintainers Date: Mon, 16 Feb 2026 07:00:18 +0000 (+0000) Subject: drop_boost_system X-Git-Tag: archive/raspbian/2019.2.0_git20230811.ff54a68+dfsg1-8+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/success//%22mailto:kde%40ewsoftware.de/%22/%22http:/www.example.com/cgi/success/%22mailto:kde%40ewsoftware.de/%22?a=commitdiff_plain;h=4f2f1d4e1fdf76af0eb33a265057adeab4702f64;p=mshr.git drop_boost_system Gbp-Pq: Name drop_boost_system.patch --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 32855e0..efcbd08 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,7 @@ endif() # Prevent FindBoost.cmake from looking for system Boost{foo}.cmake files set(Boost_NO_BOOST_CMAKE true) -find_package( Boost REQUIRED system filesystem program_options ) +find_package( Boost REQUIRED filesystem program_options ) # Save this because it will be overwritten by find_package(DOLFIN) set(Boost_MSHR_LIBRARIES ${Boost_LIBRARIES}) include_directories("${Boost_INCLUDE_DIRS}")